.forgotpasswdpanel {
	border-radius: 10px;
	box-shadow: 1px 4px 5px #414141 !important;
}
.forgotpasswdpanel-body {
	border-radius: 10px;
	background-color: #f5f5f5 !important;
}
.forgotpasswd-title {
    font-size: 12px;
    text-align: center;
    color: #045e71;
    margin-top: 30px;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
}
.forgotpasswd-bottom {
    width: 100%;
    text-align: center;
    margin-top: 5px;
}
.forgotpasswd-bottom-button-yes {
    background-color: #0097d4;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
    width: 120px;
    height: 26px;
    cursor: pointer;
    text-align: center;
    padding: 0;
    margin: 0px auto 10px auto;
}
.forgotpasswd-bottom-button-yes:hover {	
	background-color: #026a94;
}
#forgotpasswd-bottom-table {
	margin: auto;
}
.forgotpasswd-bottom-button-no{
font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    color: rgb(41, 38, 39);
    width: 120px;
    height: 26px;
    cursor: pointer;
    text-align: center;
    margin: 0px auto 0px auto;
}
.forgotpasswd-bottom-sep {
	height: 5px;
}
.forgotpasswd-bottom-message {
    text-align: center;
    width: 100%;
    border-top: 1px dotted #045e71;
    margin-top: 15px;
    padding-top: 10px;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
    color: rgb(164,56,90);
    font-weight: bold;
}
#forgotpasswd-message {
    text-align: center;
    width: 100%;
    border-top: 1px dotted #045e71;
    color: rgb(164,56,90);
    font-weight: bold;
}
#forgotpasswd-message-table {
    margin: 11px auto auto auto;
    border-collapse: collapse;
}
.forgotpasswd-message-icon  {
}
.forgotpasswd-message-icon div{
	width: 20px;
    height: 20px;
    background-image: url(images/error.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
}
